home *** CD-ROM | disk | FTP | other *** search
- Path: news.aus.world.net!usenet
- From: maceng@world.net
- Newsgroups: comp.lang.c++
- Subject: 20 file limit using MS Visual C++(problem with MASM)
- Date: 18 Apr 1996 14:31:18 GMT
- Organization: AUSNet Services pty. ltd.
- Message-ID: <4l5jnm$l7r@sydney1.world.net>
- Reply-To: maceng@world.net
- NNTP-Posting-Host: melb20.world.net
- X-Newsreader: IBM NewsReader/2 v1.03
-
- I'm having trouble opening more than 20 files using Codebase 6.0
- and MS Visual C++ 1.5.
- In the "Compiler.txt" provide with Codebase it suggests a patch around
- this which involves making changes to "crt0dat.asm" in the
- /msvc/source/startup/dos directory and then recompiling it using MASM.
-
- masm -Mx -Dmem_L -D_WINDOWS -DQWIN crt0dat.asm
-
- Doing this just gives the error "could not open file ml.err"
- This file isn't anywhere on my system and judging by what's in cl.err
- it is some kind of err definition file.
-
- Am I doing anything wrong, or if not can someone email this ml.err file to me
- (if it exists???)
-
- Thanks in advance,
- Peter.
-